home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / mac / ch25 / 25fig04.wrl < prev    next >
Text File  |  1996-09-23  |  394b  |  21 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.     # High-detail
  8.         Transform {
  9.             translation -0.5 0.0 0.0
  10.             children Inline { url "torch1.wrl" }
  11.         },
  12.     # Medium-detail
  13.         Inline { url "torch2.wrl" },
  14.     # Low-detail
  15.         Transform {
  16.             translation 0.5 0.0 0.0
  17.             children Inline { url "torch3.wrl" }
  18.         }
  19.     ]
  20. }
  21.